GetDLComponentUseFillClassAttr <Unclassified> 

Declaration:

FUNCTION   GetDLComponentUseFillClassAttr
(   index :INTEGER;
  VAR  useClassAttr :BOOLEAN
) :BOOLEAN ;

Description:

Gets the use fill class attributes flag of the component at index in the Double Line Preferences.

Parameters:

index The index of the component.
useClassAttr Returns whether or not the component is using class attributes for its fill.

See Also:

SetDLComponentUseFillClassAttr  



  GetObjExtentsInWall <Unclassified> 

Declaration:

FUNCTION   GetObjExtentsInWall
(   symH :HANDLE;
    wallH :HANDLE;
  VAR  startPtX :REAL;
  VAR  startPtY :REAL;
  VAR  endPtX :REAL;
  VAR  endPtY :REAL
) :BOOLEAN ;